home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / poly3d-h / makefile.os2 < prev    next >
Encoding:
Makefile  |  1993-12-31  |  556 b   |  26 lines

  1. #
  2. # This is the make file for the poly3d-h directory using DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. include ..\makeflag.os2
  8.  
  9. OBJS    = out-edge.o poly3d-h.o prepdata.o
  10.  
  11. install: poly3d-h.exe
  12.     $(CP) -f poly3d-h.exe $(BIN_DIR)
  13.     $(CP) -f poly3d-h.cfg $(BIN_DIR)
  14.     $(RM) poly3d-h.exe
  15.  
  16. poly3d-h.exe: $(OBJS)
  17.     $(CC) $(CFLAGS) $(OBJS) -o poly3d-h $(LIBS)
  18.     $(STRIP) poly3d-h
  19.     $(BIND) poly3d-h $(BINDOPT)
  20.     $(RM) poly3d-h
  21.  
  22. # Dependencies starts here - do not touch, generated automatically.
  23. out-edge.o:    program.h
  24. poly3d-h.o:    program.h
  25. prepdata.o:    program.h
  26.